Bug 480065 - wrong tree collapsed (or expanded) after having scrolled
authorKristian Rietveld <kris@gtk.org>
Thu, 26 Nov 2009 20:05:01 +0000 (21:05 +0100)
committerKristian Rietveld <kris@gtk.org>
Mon, 21 Dec 2009 21:42:15 +0000 (22:42 +0100)
commitf223577a88730a03686935e6d319006595480bd2
tree8281ebc0947ab11e9d9a6faae9be80a73e099dee
parentd5394b06e470161544c5251f75437725a3b501e6
Bug 480065 -  wrong tree collapsed (or expanded) after having scrolled

Commit again after revert.

Store (x, y) of last motion event.  From
gtk_tree_view_adjustment_changed(), call prelight_or_select() so that
the prelight is recalculated.  We do the same from
gtk_tree_view_size_allocate() for the case that clicking on an expander
shows new rows that resize the column(s) left of the expander.  This
means that the expander is moved horizontally, in such a case the
prelight also has to be reconsidered.
gtk/gtktreeprivate.h
gtk/gtktreeview.c